DoubleMINumericDoubleMAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleM INumeric<DoubleM>.Add(
DoubleM value
)
Private Function Add (
value As DoubleM
) As DoubleM Implements INumeric(Of DoubleM).Add
private:
virtual DoubleM Add(
DoubleM value
) sealed = INumeric<DoubleM>::Add
private abstract Add :
value : DoubleM -> DoubleM
private override Add :
value : DoubleM -> DoubleM
- value DoubleM
- The value to add to the current value.
DoubleMThe sum of the current value and
value.
INumericTSelfAdd(TSelf)